public void RemoveComment(int commentId)
 {
     commentRepo.RemoveComment(commentId);
 }