public void UpdateLoaiSPBUS(LoaiSanPham loaiToUpdate)
 {
     loaiSPDAO.UpdateLoaiSPDAO(loaiToUpdate);
 }