How To Update Multiple Models From Multiple Controller With Foreign Key Reference

Hi,

I have three separate MVC.eg:"COUNTRY","STATE","CITY" with primary key and foreign key references.

So if i Update the data in one table meanwhile i want to update whatever the data refers into other two tables.

Is it possible