public GenericRepository(AltamiraContext context)
 {
     this.context = context;
     table        = context.Set <T>();
 }