public FundAccountRepository(SharedFundContext context) : base(context)
 {
 }
 public WithdrawRuleRepository(SharedFundContext context) : base(context)
 {
 }
 public EmployeeRepository(SharedFundContext context) : base(context)
 {
 }