public GenericRepository(AndroidToolkitDB context)
 {
     this.Context = context;
     this.DbSet   = context.Set <TEntity>();
 }