public ActionResult Employer(int employerId) { var response = _adminMediator.GetEmployer(employerId); return(View(response.ViewModel)); }