public void UpdateFromIntegration()
 {
     using (var db = new CustomerServiceModelContainer())
     {
         db.CS_SP_UpdateContact();
     }
 }