I am creating a user class and want to add a ConfirmPassword field. Since I don't have this field in my database how do I handle it? I am also using AutoMapper, do I need to do anything to handle this extra field, for example to tell the mapper to ignore this field?I am creating a user class and want to add a Co