public int GetValidationCode(string Code)
 {
     return(_DepartmentGetway.GetValidationCode(Code));
 }