public List <Contact> GetContactInDatabase()
 {
     return(ContactProcessor.GetContacts());
 }