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