public void UpdateContact(base_contact student) { }
public void InsertContact(base_contact student) { entities.base_contact.Add(student); }