public bool Delete(SANPHAM sp)
 {
     return(spdao.Delete(sp));
 }