public int InsertAndGetID(PhieuThuePhongVO valueObject) { try { return(phieuthuephongDAO.InsertBySP(valueObject)); }//end try catch { throw; } //end catch } //end method InsertAndGetID