public string getSoundCommentFromLocationAndTypeOfComment(int idLocation,int idTypeOfComment, string code)
 {
     SpeechWebServicesController speechWebServicesController = new SpeechWebServicesController();
     return speechWebServicesController.sendLastSoundCommentFromIdLocationAndTypeOfComment(idLocation, idTypeOfComment, code);
 }