internal IEnumerable <Blog> GetBlogsByCreatorId(string id) { return(_repo.GetBlogsByCreatorId(id)); }