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