public ActionResult Demote(int ChefID)
 {
     return(Json(ManagerViewModel.DemoteChef(ChefID)));
 }