public static bool SuaLoaiSanPham(LOAISANPHAM loaisp)
 {
     return(LoaiSanPhamDAO.SuaLoaiSanPham(loaisp));
 }