// GET: Company public ActionResult GetAllCompany() { var companyDtoList = companyDal.GetAllCompanyDal(); return(GetJson(companyDtoList)); }