public IHttpActionResult Post(AdminCustomerContactVM contact, int id)
 {
     _adapter.EditCustomerContact(contact, id);
     return(Ok());
 }