I am saving data in a model. Data has been fetched from a service call. I am setting that data on different dropdowns in the view. I am changing that data locally on a few checks and conditions but my values in the original data are also getting changed. How to stop that. I need my original data not to be effected.