public JobML GetIdEntity(int Id) { try { return(JobDAL.GetIdEntity(Id)); } catch (Exception ex) { throw new Exception(String.Format("{0}.GetIdEntity: {1}", core, ex)); } }