public static void AllBooksPerson_NotEmpty()
        {
            int personID = 1;
            var rezult   = _authorsController.AllBooksPerson(personID);

            Assert.NotEmpty(rezult);
        }