public IHttpActionResult GetList() { List <Contact> allContactList = DAL.GetContactList(); return(Ok(allContactList)); }