public VPostsController(IVPostsUow uow) : base(uow) { }
public VPostDomain(IVPostsUow uow) { this.Uow = uow; }