public FDLStatusDTO(FDLStatus status) { Auto.Mapper.Map(status, this); }
public FDLStatusDTO(FDLStatus status) { Global.Mapper.Map(status, this); }