public string MoveTopic(int topicId, int newForumId) { var topic = Businesslogic.Topic.GetTopic(topicId); topic.Move(newForumId); return(Xslt.NiceTopicUrl(topic.Id)); }