public List <Farm_Component> GetFarmComponents(long farmID)
 {
     return(farmRepository.GetFarmComponents(farmID));
 }