public static bool InsertSoLuongSanPham(string MaSP, int SoLuong)
 {
     return(SanPham_DB.insertSanPham(MaSP, SoLuong));
 }