public IActionResult AssignDoctor(string doctorId) { service.AssignDoctor(doctorId); return(this.RedirectToAction("MyDoctor")); }