public bool DeleteHH(HangHoa hh)
 {
     return(dal.Delete(hh));
 }