public int Count() { try { return(ptpDAO.CountListPTP()); } catch { throw new Exception("Error!"); } }