public GenericRepository(ICompanySystemDbContext context)
 {
     this.Context = context;
     this.Set     = context.Set <T>();
 }