public CommentCollection GetAllComments()
 {
     return(dataService.GetAllComments());
 }