watershed_crop IService1.doGetCrop(watershed_crop crop)
 {
     return(BOL.Crop.GetCrop(crop));
 }
 bool IService1.doRemoveCrop(watershed_crop crop)
 {
     return(BOL.Crop.RemoveCrop(crop));
 }
 bool IService1.doAddCrop(watershed_crop crop)
 {
     return(BOL.Crop.AddCrop(crop));
 }