public void DeleteBy(string column, object value)
 {
     af.DeleteBy(column, value);
 }