public GenderRepository(HospitalDbContext hospitalDbContext)
 {
     _hospitalDbContext = hospitalDbContext;
 }