public Sala GetByID(int iD) { SalaComponent Salacomponent = new SalaComponent(); return(Salacomponent.GetByID(iD)); }