public string EmployeePermission(Employee empolyee) { return(_logic.SelectPermissionNameById(empolyee.IdPermission)); }