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