public CompanyRepository(SalaryAppContext context) : base(context)
 {
 }
 public BankRepository(SalaryAppContext context)
     : base(context)
 {
 }