public IEnumerable <Contact> ContactsList() { try { return(cDAL.ContactsList()); } catch (Exception ex) { throw new Exception(ex.Message); } }