public void CreateNewBlog(string url, string author) { _crudManager.CreateBlog(url, author); PopulateBlogBox(); }