//-------------------------------------------------------
 public bool EditeBloc(CBlocWorkflow bloc)
 {
     return(CFormEditionBlocWorkflowProcess.EditeBloc(bloc as CBlocWorkflowProcess));
 }