} //end method SetRoomState public int GetNewIndentity() { try { return(phongDAO.GetLastIdentity() + 1); } catch (Exception e) { throw e; } }