public DataTable GetByXPersonal(IEntityBase value)
        {
            RHDOQry.PeriodoPlani objData = new RHDOQry.PeriodoPlani();

             try
             {

            DataTable dt = objData.GetByXPersonal(value);

            return dt;

             }
             catch (Exception ex)
             {

            throw ex;

             }
        }
        public IEntityBase GetByRowMax(IEntityBase value)
        {
            RHDOQry.PeriodoPlani objData = new RHDOQry.PeriodoPlani();

             try
             {

            IEntityBase objE = objData.GetByRowMax(value);

            return objE;

             }
             catch (Exception ex)
             {

            throw ex;

             }
        }