public bool PutAudio(AudioDTO audio) { service = Service.AudioService; return(service.CreateAudio(audio)); }