private bool AuthorExists(int id)
        {
            bool check = dal.CheckAuthorExists(id);

            return(check);
        }