public bool ExistsPersonalPlanilla(IEntityBase value)
        {
            RHDOQry.Planilla objData = new RHDOQry.Planilla();

             try
             {

            bool blnRes = objData.ExistsPersonalPlanilla(value);

            return blnRes;

             }
             catch (Exception ex)
             {

            throw ex;

             }
        }
        public DataTable GetListPlanillaVaciones(IEntityBase value)
        {
            RHDOQry.Planilla objData = new RHDOQry.Planilla();

              try
              {

              DataTable dt = objData.GetListPlanillaVaciones(value);

              return dt;

              }
              catch (Exception ex)
              {

              throw ex;

              }
        }