public PartsInvRepository(AOAContext ctx)
 {
     context = ctx;
 }
 public DataRepository(AOAContext ctx)
 {
     context = ctx;
 }