public IEnumerable <Contact> GetContact(int id)
 {
     return(contactData.GetContactsById(id));
 }