public int UpdateContact(Contact c)
 {
     return(_contact.UpdateContact(c));
 }