public ContactsSeeder(ContactAppContext ctx)
 {
     _ctx = ctx;
 }
 public ContactsRepository(ContactAppContext ctx)
 {
     _ctx = ctx;
 }