public IEnumerable <BLModel.Plan> GetAllPlansByClientID(int ClientID)
 {
     return(_planRepository.GetAllPlansByClientID(ClientID));
 }