public JsonResult Liststate()
 {
     return(Json(db.ListCS(), JsonRequestBehavior.AllowGet));
 }