public bool WCFEditarEtapa(string idEtapa, string Descripcion, int tiempo) { return(Etapa.EditarEtapa(idEtapa, Descripcion, tiempo)); }