public void AtualizaWorkItemSP() { try { _repWI.ExecAtualizaWorkItemSP(); } catch (Exception e) { throw e; } }