// Sản phẩm theo loại
 public JsonResult getLsP()
 {
     listlsp = lsp.GetAllLSPInShop();
     return(Json(listlsp, JsonRequestBehavior.AllowGet));
 }