public static Parametre OneById(int id) { try { return(ParametreDAO.getOneById(id)); } catch (Exception ex) { throw new Exception(ex.Message); } }