public void DeleteComment(int postId, int commentId)
 {
     _dal.DeleteComment(postId, commentId);
 }