public int AddConactUS(ContactBO bo) { ContactDB db = new ContactDB(); return(db.AddContactUS(bo)); }