public IEnumerable <Screen> GetAllScreens()
 {
     screenRepository.GetAllScreens();
 }