public static void AllBooksGenre_2_NotEmpty() { int genreID = 2; var rezult = bookRepository.AllBooksGenre(genreID); Assert.NotEmpty(rezult); }