public JsonResult List()
 {
     return(Json(db.ListAllCompany(), JsonRequestBehavior.AllowGet));
 }