static SimpleCRUD simpleCRUD(Class c) { SimpleCRUD crud = new SimpleCRUD(c); crud.show(); ret crud; }