public bool DeleteMetric(int id)
 {
     return(_dataAccessService.DeleteMetric(id));
 }