public AccountRepo(UnitOfWork uow)
 {
     ctx = uow.Context;
 }
 public AccountRepo()
 {
     ctx = new EF.EFContext();
 }