public int GetManageId(int doctorId, int?medicalId, int?doctorChamberId)
 {
     return(aDoctorGateway.GetManageId(doctorId, medicalId, doctorChamberId));
 }