public CaseCommentsController(ICaseCommentRepository casecommentRepository)
 {
     this.casecommentRepository = casecommentRepository;
 }
 public CaseCommentService(ICaseCommentRepository caseCommentRepository)
 {
     _caseCommentRepository = caseCommentRepository;
 }