private void init(int identifier
                          , string response, ChroniGenNHibernate.Enumerated.Chroni.ReclamationResponseActionStateEnum actionState, Nullable <DateTime> createdDate, ChroniGenNHibernate.EN.Chroni.ReclamationEN reclamation)
        {
            this.Identifier = identifier;


            this.Response = response;

            this.ActionState = actionState;

            this.CreatedDate = createdDate;

            this.Reclamation = reclamation;
        }
 public ReclamationResponseEN(int identifier, string response, ChroniGenNHibernate.Enumerated.Chroni.ReclamationResponseActionStateEnum actionState, Nullable <DateTime> createdDate, ChroniGenNHibernate.EN.Chroni.ReclamationEN reclamation
                              )
 {
     this.init(Identifier, response, actionState, createdDate, reclamation);
 }