public bool Delete(int id)
 {
     return(database.DeleteContact(id));
 }