public bool DeleteScreenAction(int id)
 {
     return(_screenRepository.DeleteScreenAction(id));
 }