// GET: Admin/AdminPhone
 public ActionResult Phone()
 {
     return(View(PhoneBLL.GetAll()));
 }