public bool delete(int[] toBeDeleted)
 {
     NewsService newsService = new NewsService();
     return (newsService.delete(toBeDeleted) == true);
 }