public void DeleteFarm(int farmId, int lastModifyBy) { // Get an instance of the MailingCycle BO Farm bll = new Farm(); bll.DeleteFarm(farmId, lastModifyBy); }