public int LaySoLuongSP(int MaSP)
        {
            int SL = da.LaySLSP(MaSP);

            return(SL);
        }