public void ExcluirOsStatus() { try { using (ServidorClient Servico = new ServidorClient()) { Servico.DeleteOsStatus(OsStatusSelected); OsStatusSelected = null; } } catch (Exception ex) { throw ex; } }