public List <Case> Select_All() { SqlCommand cmd = new SqlCommand(SELECT_ALL, DBC.getConnection()); return(fetch(cmd)); }