public void SendDeleteConfirmation(int id)
 {
     EmailProvider.SendDeleteConfirmation(id);
 }