// GET: Admin/AdminTablet
 public ActionResult Tablet()
 {
     return(View(TabletBLL.GetAll()));
 }