public DoctorUser GetByid(int id)
 {
     return(doctorService.GetByid(id));
 }