public bool Delete(Guid commentId)
 {
     return(dao.DeleteById(commentId));
 }