public IEnumerable <Contact> GetContacts() { _repository = new ContactsRepository(); return(_repository.GetContacts()); }