public ErrorLog GetErrorLog(System.Int32 Logid)
 {
     return(_iErrorLogRepository.GetErrorLog(Logid));
 }