public async Task <ResponseDto> Company() { result.data = _mapper.Map <List <CompanyDto> >(await bll.Companys(null)); return(result); }