public UserService(INeshtoSIInterface userrepo, ISoftUniReposotory softUnirepo)
 {
     this._userrepo    = userrepo;
     this._softUnirepo = softUnirepo;
 }
 public DefaultUserReposotory(IPaymentReposotory paymentRepo, int count, ISoftUniReposotory softUniRepo)
 {
     this._paymentRepo = paymentRepo;
     this._softUniRepo = softUniRepo;
     this.count        = count;
 }