public JsonResult GetDataById(int Id) { var company = _companyRepo.GetCompanyDetail(Id); return(Json(company, JsonRequestBehavior.AllowGet)); }