public CompanyRepository()
 {
     _db = new InvestorContext();
 }
 public InvestmentRepository()
 {
     _db = new InvestorContext();
 }
 public AuthenticationRepository()
 {
     _repository = new InvestorContext();
 }