// GET: Tablet
 public ActionResult Tablet()
 {
     return(View(TabletBLL.GetAllTablet()));
 }