public ErrorLog UpdateErrorLog(ErrorLog entity)
 {
     return(_iErrorLogRepository.UpdateErrorLog(entity));
 }