public ActionResult PromoteUser(int UserID)
 {
     ManagerViewModel.PromoteUser(UserID);
     return(Json("promoted"));
 }