public CommentsController(ICommentsUIService commentsUIService)
 {
     _commentsUiService = commentsUIService;
 }
 public CommentsController(ICommentsUIService commentsUIService)
 {
     _commentsUiService = commentsUIService;
 }