public void InsertContact(Contact c)
 {
     _contact.InsertContact(c);
 }