public ActionResult Standards() { var response = _adminMediator.GetStandard(); return(View(response.ViewModel)); }