public ForumInfo CreateForum(string Name, string Description, DateTime Created) { int retVal = DBForum.CreateForum(_ownerContainer.Key, Name, Description, Created); return(GetForum(retVal)); }