public async Task <List <string> > GetAllEmail() { var dsEmail = await emailRepository.GetAllEmail(); return(dsEmail); }