public int LaTrungMaSP(int MaSP) { DAO_SanPham dao = new DAO_SanPham(); return(dao.LaTrungMaSP(MaSP)); }