public CommentService(IUnitOfWork uow, BllMapper mapper)
 {
     _uow    = uow;
     _mapper = mapper.GetMapper();
 }
 public ArticleService(IUnitOfWork uow, BllMapper mapper)
 {
     _uow    = uow;
     _mapper = mapper.GetMapper();
 }