public int GetNewIndentity() { try { return(phieuthuephongDAO.GetLastIdentity() + 1); } catch (Exception e) { throw e; } }