public bool DeleteVolunteer( int id )
 {
     var repository = new VolunteersRepository();
     return repository.DeleteVolunteer( id );
 }