public IEnumerable <Contact> GetContacts() { CMContext contactDataContext = new CMContext(); return(contactDataContext.Contact.ToList()); }