//Lấy sản phẩm theo mã
 public static List <SanPhamPublic> LaySPTheoNhom(string _maNSP)
 {
     return(KiemKeDataAccess.LaySPTheoNhom(_maNSP));
 }