public Farm AddFarm(Farm farm) { var newFarm = CopyFromFarm(farm); farmRepository.AddNewFarm(newFarm); return(newFarm); }