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