public ActionResult PromoteDeliveryman(int ID)
 {
     return(Json(ManagerViewModel.PromoteDeliveryman(ID)));
 }