public SamplePrefix getSamplePrefix(Integer id) {
   return samplePrefixDAO.getSamplePrefix(id);
 }