public Veiculo ObterVeiculoPorId(long?id) { try { return(Context.ObterVeiculoPorId(id)); } catch (Exception ex) { throw new Exception(ex.Message); } }