public TopicEntities GetTopicByID(int ID) { TopicDAL topicDAL = new TopicDAL(); return topicDAL.GetTopicByID(ID); }