public EFCore2VsDapper()
 {
     _EFRepo     = new EFRepository();
     _DapperRepo = new DapperRepository();
 }