public Especie GetByID(int ID) { EspecieComponent EspecieComponent = new EspecieComponent(); return(EspecieComponent.GetByID(ID)); }