public static bool DeleteLoaiSanPhamById(string maLoaiSanPham) { return(LoaiSanPhamDAO.DeleteLoaiSanPhamById(maLoaiSanPham)); }