public Profile_old getProfile(JobClass_old jobClass, TypeVM tVM) {
   TypeVMJobClassKey key = new TypeVMJobClassKey();
   key.setJob(jobClass.getId());
   key.setTypeVM(tVM.getId());
   return mapProfiles.get(key);
 }