public ISupplierData GetNewSupplierDo(string id) { var supplier = new Supplier(SqlExecutor, id); return(supplier); }