private void Delete_IEnum_Author(Author findAuthor) { foreach (var VARIABLE in singelton.GetBooks) { VARIABLE.Delete_Author(findAuthor); } }