public static List<IdentityDocType> all() { return find.all(); }
public static List<Doctor> allDoctors() { return find.all(); }