public CropForCWR GetCropForCWR(int id)
 {
     return(_cropForCwrDAO.Get(id));
 }