public int Update(PhieuThuePhongVO phieuthuephongVO) { try { return(phieuthuephongDAO.Update(phieuthuephongVO)); } catch (SqlException e) { throw e; } }