public ActionResult GetStatus(int userID, bool status) { _doctorService.ChangeStatus(userID, status); return(Ok()); }