public static bool KiemTraMaLoaiTonTai(string maloai)
 {
     return(LoaiSanPhamDAO.KiemTraMaLoaiTonTai(maloai));
 }