public EFNorthwindRepository(NorthwindContext ctx)
 {
     context = ctx;
 }