public List <LoaiSanPham> SearchTenLoaiSPBUS(string key)
 {
     return(loaiSPDAO.SearchTenLoaiSPDAO(key));
 }