/// <summary>
 /// Deletes the kpi.
 /// </summary>
 /// <param name="kpiDelete">The kpi delete.</param>
 /// <param name="pfNumber">The pf number.</param>
 /// <param name="cycle">The cycle.</param>
 /// <returns>Flag indicating whether the operation was successful.</returns>
 public bool DeleteKpi(DeleteKpi kpiDelete, int pfNumber, int? cycle)
 {
     return false;
 }
 /// <summary>
 /// Determines whether the KPI delete post is valid.
 /// </summary>
 /// <param name="PfNumber">The pf number.</param>
 /// <param name="RemoveObject">The remove object.</param>
 /// <param name="PerformanceCycleId">The performance cycle identifier.</param>
 /// <returns>Flag indicating whether the delete post is valid.</returns>
 public bool IsKpiDeletePostValid(int PfNumber, DeleteKpi RemoveObject, int PerformanceCycleId)
 {
     return false;
 }