public ICommentRepository GetCommentRepository()
 {
     return(CommentRepositorySQLServer.GetInstance());
 }