public static bool insert(String image) { // bool status = false; //status = DBManager.insert(student); return(DBManager.insert(image)); }