public ForumThread CreateEntity() { return(ForumThread.Create(this.Name, DateTime.Now, this.Description)); }