public IndexModel(MyApartment.Data.Services.MyApartmentDbContext context)
 {
     _context = context;
 }
 public RemuneratorCreateModel(MyApartment.Data.Services.MyApartmentDbContext context)
 {
     _context = context;
 }
 public BeneficiaryDetailsModel(MyApartment.Data.Services.MyApartmentDbContext context)
 {
     _context = context;
 }