public ContactService(TryParseDbContext db)
 {
     this.db = db;
 }
 public AppService(TryParseDbContext db)
 {
     this.db = db;
 }