public static bool delete(int mapx)
 {
     return(PhieuXuat_DAO.delete(mapx));
 }
 public static bool insert(PhieuXuat phieuxuat)
 {
     return(PhieuXuat_DAO.insert(phieuxuat));
 }
 public static bool edit(PhieuXuat phieuxuat)
 {
     return(PhieuXuat_DAO.edit(phieuxuat));
 }
 public static DataView PhieuXuat_getAll()
 {
     return(PhieuXuat_DAO.PhieuXuat_getAll());
 }