public ActionResult Promote(int ChefID)
 {
     return(Json(ManagerViewModel.PromoteChef(ChefID)));
 }