public JsonResult update(Master_Country c)
 {
     return(Json(db.Update(c), JsonRequestBehavior.AllowGet));
 }