public List <LoaiSanPham> SearchMaLoaiSPBUS(int key)
 {
     return(loaiSPDAO.SearchMaLoaiSPDAO(key));
 }