public SubjectCommentController(ISubjectCommentRepository subjectCommentRepository)
 {
     _subjectCommentRepository = subjectCommentRepository;
 }