public ActionResult AddBottom(BottomModel model)
 {
     BottomManager.AddBottom(model);
     return(RedirectToAction("ManageBottoms"));
 }