public async Task <IEnumerable <Enterprise> > GetAllEnterprises() { try { var temp = await repo.GetAllEnterprises(); return(temp); } catch { return(null); } }