public Thread GetThreadByThreadId(int threadId) { ThreadDAO thread = new ThreadDAO(); return(thread.GetThreadByThreadId(threadId)); }