public async System.Threading.Tasks.Task <ActionResult> EditColor(string Id) { ColorMaster _master = new ColorMaster(); _master = Commonhelper.GetColorById(Id); return(View(_master)); }