public JsonResult delete(int CountryCode)
 {
     return(Json(db.Delete(CountryCode), JsonRequestBehavior.AllowGet));
 }