public async Task <IEnumerable <NewsModel> > Get()
 {
     return(await business.GetAllNews());
 }