public void Delete(int id)
 {
     af.Delete(id);
 }